projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a1212
)
Fix stupid typo with gnutls-clii.
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 27 Jun 2011 00:10:35 +0000
(
02:10
+0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Mon, 27 Jun 2011 00:10:35 +0000
(
02:10
+0200)
Don't re-get capabilities unless we're reconnecting.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 705b3784e512725f7884b081319ebb32d1f38b1c..135600ecce43ad346b165ed63e54ef39afc9530e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,9
@@
2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * net/network-stream.el (network-stream-open-starttls): Don't
+ re-get capabilities unless we've reestablished connection.
+ (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
+
* mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
to binary to possibly avoid line encoding issues on Windows (among
other things).